ResourceRemoveProperty Method (String, String) |
Remove a property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus RemoveProperty(
string address,
string propertyName
)
Public Function RemoveProperty (
address As String,
propertyName As String
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - propertyName
- Type: SystemString
The property local name. Namespace is DAV:
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property remove.
See Also